Q3Box_Submit
You can use theQ3Box_Submit
function to submit an immediate box for drawing, picking, bounding, or writing.
TQ3Status Q3Box_Submit ( const TQ3BoxData *boxData, TQ3ViewObject view);
boxData
- A pointer to a
TQ3BoxData
structure.view
- A view.
DESCRIPTION
TheQ3Box_Submit
function submits for drawing, picking, bounding, or writing the immediate box whose shape and attribute set are specified by theboxData
parameter. The box is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.